home *** CD-ROM | disk | FTP | other *** search
/ Burren Beo Images of the Fertile Rock / Burren Beo - Images of the Fertile Rock.iso / lingo.ini < prev   
Text File  |  2004-06-13  |  516b  |  16 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to allow the execution of Lingo on Director start-up.
  3. -- Some functionality is not permitted from the on startup handler
  4. -- for example, 'put' statements don't function from the startup handler
  5.  
  6. -- gfMovie = the name of the first movie to play
  7. -- gyPlatform = the platform the movies were saved on 
  8. --(for the transitions registration codes)
  9.  
  10.  
  11. on startUp
  12.    global gfMovie, gyPlatform
  13.    gfMovie = "1Burrenbeo"
  14.    --gyPlatform = #mac
  15. end startUp
  16.